翻訳と辞書
Words near each other
・ Asynapteron glabriolum
・ Asynapteron inca
・ Asynapteron ranthum
・ Async Corp.
・ Asynchronous array of simple processors
・ Asynchronous Balanced Mode
・ Asynchronous cellular automaton
・ Asynchronous circuit
・ Asynchronous communication
・ Asynchronous communication mechanism
・ Asynchronous conferencing
・ Asynchronous Connection-Less
・ Asynchronous I/O
・ Asynchronous Layered Coding
・ Asynchronous learning
Asynchronous method dispatch
・ Asynchronous method invocation
・ Asynchronous module definition
・ Asynchronous operation
・ Asynchronous semaphore
・ Asynchronous serial communication
・ Asynchronous serial interface
・ Asynchronous system
・ Asynchronous System Trap
・ Asynchronous Transfer Mode
・ Asynchrony
・ Asynclitic birth
・ Asyncritus of Hyrcania
・ Asyndeton
・ Asyndetus


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Asynchronous method dispatch : ウィキペディア英語版
Asynchronous method dispatch
Asynchronous method dispatch (AMD) is a data communication method used when there is a need for the server side to handle a large number of long lasting client requests. Using synchronous method dispatch (SMD), this scenario may turn the server into an unavailable busy state resulting in a connection failure response caused by a network connection request timeout.
== Mechanism ==
The servicing of a client request is immediately dispatched to an available thread from a pool of threads and the client is put in a blocking state. Upon the completion of the task, the server is notified by a callback. The server unblocks the client and transmits the response back to the client. In case of thread starvation, clients are blocked waiting for threads to become available.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Asynchronous method dispatch」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.